.top {
	background-color: #0097d3;
}
.w {
	width: 1210px;
	margin: 0 auto;
}
.top-box {
	display: flex;
	justify-content: space-between;
	height: 48px;
	align-items: center;
	color: #fff;
	font-size: 14px;
}
.top-box ul li{
	float: left;
	display: flex;
	margin-right: 10px;
}
.top-box ul li img{
	width: 16px;
	height: 16px;
}
.apptc{
  width: 300px;
  height: 300px;
  display: none;
  position: fixed;
  z-index: 100;
  background-color: #fff;
  left: 35%;
}
.apptc .close{
  float: right;
  font-size: 20px;
  margin-right: 10px;
  color: #000;
}
.apptc .close:hover{
    cursor: pointer;
}
.tc-ewm{
  width: 180px;
  height: 180px;
  margin: 25px auto;
}
.tc-ewm img{
  width: 100% !important;
  height: auto !important;
}
.xxc-lxdh{
  float: right;
  margin-top: 10px;
  font-size: 14px;
  color: #8f8f94;
  margin-right: 10px;
  width: 250px;
}
.xxc-lxdh img{
  float: left;
}
.xxc-dh1{
  margin-top:5px !important; 
  margin-left: 80px; 
  color: #666666;
  line-height: 30px;
  margin-bottom: 0 !important;
}
.xxc-dh2{
  margin-left:80px; 
  color:#ff7600;
  font-size: 30px;
  line-height: 25px;
  margin-bottom: 0 !important;
}
.tc-wz{
  font-size: 16px;
  color: #555555;
  text-align: center;
  line-height: 15px;
}
.tc-wz2{
  font-size: 12px;
  color: #999999;
  text-align: center;
  line-height: 55px;
}
.top-box div {
	display: flex;
}
.head_r{
	line-height: 15px;
}
.top-box a {
	margin: 0 5px;
	display: flex;
	align-items: center;
}
.top-box a .logo-s {
	margin-right: 5px;
}
.top-box a span {
	margin: 0 2px;
}
.top-box .tb2 a, .top-box .tb2 span {
	margin: 0 5px;
}
.top-nav {
	padding: 10px 0;
}
.top1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
}
.top1 form {
	align-items: center;
	border: 1px solid #0097d3;
	border-radius: 15px;
	height: 35px;
	padding: 0 6px;
	position: relative;
	width: 300px;
}
.top1 form a {
	color: #0e3f82;
	margin-right: 20px;
}
.top1 form a span {
	margin-left: 10px;
}
.select .select-hide {
	width: 85px;
	position: absolute;		/* bottom: -92px; */
	display: flex;
	flex-direction: column;
	line-height: 30px;
	border: 1px solid #ccc;
	background-color: #fbfbfb;
	left: 0px;
	border-top: none;
	top: 36px;
	z-index: 999999999;
}
.select .hide {
	display: none;
}
.select div a {
	margin-right: 0;		/* padding: 0 10px; */
	width: 80px;
	padding-left: 5px;		/* text-align: center; */
}
.select div a:hover {
	background-color: #48B3D8;
}
.top1 .top-input {
	border: none;
	background: none;
	font-size: 16px;
	outline: none;
	float: left;
	line-height: 35px;
}
.top1 .top-sub {
	position: relative;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
	margin-top: 3px;
}
.top-sub input {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
}
.top-sub span {
	font-weight: bold;
	color: #0E3F82;
	font-size: 20px;
}
.top-right {
	color: #0E3F82;
}
.top-right a {
	margin: 0 5px;
}
.top2 {
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
.top2 a {
	line-height: 45px;
	color: #0e3f82;
	width: 140px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.top2 a:hover {
	background-color: #cae0ed;
	transition: 0.2s linear;
}
.top2 .click {
	background-color: #cae0ed;
	border-top: 2px solid #0E3F82;
}
.title-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 105px;
}
.class-box {
	display: flex;
	flex-wrap: wrap;
}
.point-box {
	display: flex;
	flex-wrap: wrap;
}
.class-box .class-item {
	width: 220px;
	margin-right: 27px;
	position: relative;
}
.class-item span {
	position: absolute;
	background-color: #0097d3;
	color: #fff;
	padding: 5px 10px;
	top: 0;
	left: 0;
}
.class-item .ci-ti:hover {
	color: #0097D3;
	transition: 0.2s linear;
}
.class-item p {
	display: block;
	margin: 12px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.class-box .class-item:last-child {
	margin-right: 0;
}
.live-box, .list-box a {
	display: flex;
	justify-content: space-between;
}
.live-box .live2 {
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-box {
	margin: 15px auto 50px;
}
.list-box .lb1 a {
	height: 50px;
	align-items: center;
	color: #666;
	font-size: 18px;
}
.list-box .lb1 a:hover {
	/* font-size: 20px; */
	color: #0097D3;
	font-weight: bold;
	transition: 0.2s linear;
}
.foot {
	/* height: 490px; */
	background-color: #0e3f82;
	margin-top: 50px;
}
.top-swip .swiper-container {
	width: 100%;
	height: 100%;
}
.top-swip .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;	  /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.top-swip .swiper-slide img {
	width: 100%;
}

.title-box .title1 {
	display: flex;
	align-items: flex-end;
}

.title1 h1 {
	font-size: 26px;
	color: #333;
	font-weight: bold;
}

.title1 span {
	font-size: 40px;
	color: #444;
	margin: 0 5px -6px;
}

.title1 h2 {
	font-size: 38px;
	color: #e9e9e9;
	font-weight: bold;
}

.title-box a {
	display: flex;
	align-items: center;
	color: #0097D3;
}

.class-time {
	margin: 20px 0;
}

.title-box a span {
	font-size: 24px;
}

.ct-box {
	display: flex;
	justify-content: space-around;
}

.ct-box p {
	text-align: center;
	color: #003f7c;
	line-height: 20px;
}

.point-item {
	background-color: #fff;
	border: 1px solid #eee;
	position: relative;
	width: 23.5%;
	margin-bottom: 25px;
	margin-right: 1%;
}

.point-item:nth-child(5n) {
	margin-right: 0;
}

.point-item img {
	width: 100%;
	height: 180px;
}

.point-item:hover {
	background-color: #0e3f82;
	transition: 0.2s linear;
}

.point-item:hover .point-txt h2, .point-item:hover .poin-p {
	color: #fff;
	transition: 0.2s linear;
}

.point-item .update {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #0097D3;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
}

.point-txt {
	padding: 10px 10px 15px;
}

.point-txt h2 {
	color: #003F7C;
	font-weight: bold;
	line-height: 18px;
	font-size: 15px;
	margin-bottom: 15px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.poin-p {
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	color: #999;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.poin-p .price {
	color: #ee0000;
	font-size: 14px;
	margin-right: 4px;
}

.point-tui {
	display: block;
	width: fit-content;
	margin: 20px auto 40px;
	color: #003F7C;
	border: 3px solid #003F7C;
	padding: 10px 25px;
	border-radius: 7px;
	font-size: 18px;
}

.new-box {
	height: 224px;
	background: url(../img/new.png) no-repeat top center;
	background-size: 100% auto;
}

.new-box .title-box {
	height: 60px;
	padding: 0 20px;
}

.new-box .title-box h1, .new-box .title-box span, .new-box .title-box a {
	color: #fff;
}

.new-box .title-box h2 {
	color: rgba(255, 255, 255, .15);
}

.new-more {
	background-color: #0097D3;
	color: #fff;
	border-radius: 7px;
	padding: 10px 20px;
	width: fit-content;
	margin: 40px auto;
}

.fo-1 {
	display: flex;
	justify-content: space-between;
	padding: 80px 0 40px;
}

.fo-1 h2 {
	font-size: 20px;
	color: #48b3d8;
	font-weight: bold;
	margin-bottom: 30px;
}

.fo-1 .la a {
	display: block;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}

.fo-1 .lb {
	width: 500px;
}

.fo-1 .lb p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}

.fo-1 .lb span {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-left: 12px;
}

.lc-a {
	display: flex;
	justify-content: space-between;
}

.lb div {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}

.lc {
	width: 300px;
}

.lc a {

	/* display: inline-block; */
	background-color: #18b0ed;
	color: #fff;
	padding: 10px 15px;		/* margin-right: 10px; */
}

.lc .lc-n {
	margin-top: 10px;
	background-color: #18b0ed;
	color: #fff;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}

.fo-2 {
	background-color: #0d3978;
	height: 110px;
	line-height: 110px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.fo-2 span {
	margin: 0 5px;
}

.live-swip {
	background: linear-gradient(to top, #0e3f82, #0e3f82);
	padding: 60px 50px;
	position: relative;
}

.live-swip .live-nav {
	position: absolute;
	color: #fff;
	top: 25px;
	left: 50px;
	font-size: 14px;
}

.live-swip .live-msg {
	position: absolute;
	bottom: 25px;
	font-size: 14px;
	color: #fff;
	left: 50px;
}

.live-msg a {
	font-weight: bold;
}

.nav-live {
	padding: 50px 0;
}

.nav-live a {
	display: inline-block;
	line-height: 40px;
	width: 135px;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
	color: #666;
	margin-right: 20px;
}

.lb-box {
	margin-bottom: 80px;
}

.nav-live {
}

.nav-live a:hover {
	background-color: #0E3F82;
	color: #fff;
	transition: 0.2s linear;
}

.nav-live .nl-click {
	background-color: #0E3F82;
	color: #fff;
}

.nav-live span {
	color: #ddd;
	margin: 0 5px;
}

.lb-box .live-item {
	display: flex;
	flex-wrap: wrap;
}

.live-item .item1 {
	display: inline-block;
	width: 23%;
	background-color: #fff;
	margin: 0 1% 20px 1%;
	box-shadow: 1px 5px 5px #c5c0c0;
}

.live-item .item1:nth-child(4n) {
	margin-right: 0;
}

.item1 .img {
	display: flex;
	position: relative;
	width: 100%;
	overflow: hidden;
	justify-content: center;
}

.item1 .img .tag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #0097d3;
	color: #fff;
	padding: 6px 15px;
}

.item1 .txt {
	padding: 20px 15px;
}

.txt .title {
	color: #666;
	font-size: 18px;
}

.txt .time {
	margin: 15px 0;
	color: #666;
}

.time span {
	margin-right: 5px;
}

.txt .msg-a {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	align-items: center;
}

.txt .msg-a a {
	background-color: #0E3F82;
	color: #fff;
	padding: 4px 10px;
	border-radius: 4px;
}

.txt .msg-a span {
	color: #aaa;
	display: flex;
	align-items: center;
}

.msg-a span span {
	font-size: 18px;
	margin-right: 3px;
}

.item1 .img .icon {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
	font-size: 40px;
}

.txt .now {
	color: #0E3F82;
	margin: 15px 0;
	font-weight: bold;
	font-size: 14px;
}

.now span {
	margin-left: 8px;
}

.msg-b {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.msg-b strong {
	color: #e30000;
}

.msg-b div span {
	color: #aaa;
	font-size: 12px;
}

.msg-b .look {
	font-size: 14px;
	color: #bbb;
}

.msg-b .look2 {
	color: #0E3F82;
	font-size: 12px;
}

.txt .time2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0;
	font-size: 14px;
	color: #666;
}

.time2 div span {
	color: #0E3F82;
	font-weight: bold;
	margin-right: 5px;
}

.img .play {
	position: absolute;
	color: rgba(0, 0, 0, .5);
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
}

.img .play2 {
	position: absolute;
	color: rgba(255, 255, 255, .6);
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
}

.about-item .d {
	font-size: 20px;
	color: #666;
	line-height: 36px;
	text-indent: 2em;
	margin-bottom: 30px;
	display: block;
}

.about-item .strong {
	display: block;
	font-weight: bold;
	color: #666;
	font-size: 18px;
	margin: 30px 0;
}

.member-box {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.action a {
	display: block;
	width: 90%;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
}

.action .item {
	margin: 0px 5% 10px;
	background-color: #003F7C;
	color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item span {
	font-size: 18px;
}

.meml {
	width: 15%;
}

.memr {
	width: 81%;
}

.m-login {
	width: 440px;
	margin: 0 auto;
	box-shadow: 2px 2px 8px #ccc;
	background: url(../img/lo.png) no-repeat;
	padding: 130px 0 70px 0;
}

.m-login h2 {
	text-align: center;
	font-size: 23px;
	color: #666;
	font-weight: bold;
	margin-bottom: 90px;
}

.m-login .choice {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	color: #555;
	font-size: 18px;
}

.m-login .wei span {
	color: #2eb529;
	font-size: 22px;
	margin-right: 10px;
}

.m-login .pho span {
	color: #0097d3;
	font-size: 22px;
	margin-right: 10px;
}

.m-login .register {
	display: block;
	width: fit-content;
	margin: 0 auto;
	color: #18B0ED;
	text-decoration: underline;
	margin-top: 80px;
}

.memr .item1, .memr .item1:nth-child(4n) {
	margin-right: 55px;
}

.memr .item1:nth-child(3n) {
	margin-right: 0;
}

.my-col {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.my-col h2 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.my-col span {
	color: #666;
	margin-left: 20px;
	cursor: pointer;
}

.my-col .click {
	color: #003F7C;
	font-weight: bold;
}

.article-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 2px 2px 5px #ddd;
}

.article-item .ar-img {
	position: relative;
	display: flex;
	width: 350px;
}

.article-item img {
	width: 350px;
	height: 210px;
	border-radius: 8px;
}

.article-item .text {

	/* width: 585px; */
	padding: 10px 20px;
	height: 190px;
}

.article-item .text h3 {
	font-size: 22px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article-item .text p {
	color: #666;
	line-height: 25px;
	margin: 10px 0 25px;
	height: 100px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.mc-tag {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0097d3;
	color: #fff;
	border-top-left-radius: 8px;
	padding: 10px 20px;	/* border-radius: 8px; */
}

.article-item .text div {
	display: flex;
	justify-content: space-between;
	color: #999;
	font-size: 14px;
}

.article-item2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 2px 2px 5px #ddd;
}

.article-item2 .ar-img {
	position: relative;
	display: flex;
	width: 30%;
}

.article-item2 img {
	width: 100%;
	height: 210px;
	border-radius: 8px;
}

.article-item2 .text {
	width: 65%;
	padding: 10px 3%;
	height: 190px;
}

.article-item2 .text h3 {
	font-size: 22px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article-item2 .text p {
	color: #666;
	line-height: 25px;
	margin: 10px 0 25px;
	height: 100px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.article-item2 .text div {
	display: flex;
	justify-content: space-between;
	color: #999;
	font-size: 14px;
}

.action .hide {
	display: none;
}

.action div a {
	color: #003F7C;
	border-left: 2px solid rgba(0, 0, 0, 0);
}

.action div a:hover {
	border-left: 2px solid #003F7C;
}

.action div {
	margin-bottom: 10px;
}

.action div .click {
	border-left: 2px solid #003F7C;
	font-weight: bold;
}

.credit {
	width: 100%;
}

.credit th {
	background-color: #eee;
	color: #aaa;
	line-height: 40px;
}

.credit td {
	line-height: 40px;
	text-align: center;
	color: #999;
}

.credit tbody tr {
	border-bottom: 1px dashed #e4e4e4;
}

.msg-c {
	text-align: center;
	color: #003F7C;
}

.m-line {
	background-color: #eee;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	height: 45px;
	align-items: center;
	color: #666;
	margin-bottom: 20px;
	cursor: pointer;
}

.m-line:hover {
	color: #0097D3;
}

.m3 {
	display: flex;
	justify-content: space-between;
}

.m3l {
	width: 900px;
}

.m3r {
	width: 240px;
	padding: 20px;
	background-color: #f3f6f8;
	height: fit-content;
}

.m .nav {
	margin-bottom: 30px;
	font-size: 14px;
	color: #999;
}

.m .nav a:hover {
	color: #003F7C;
}

.m3l .title {
	text-align: center;
	width: 80%;
	margin: 0 auto 15px;
	font-size: 20px;
	line-height: 22px;
}

.m3l .info {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 40px;
}

.m3l .introduce {
	color: #333;
	line-height: 20px;
}

.m3l p img {
	width: 100% !important;
	height: auto !important;
}

.m3l li {
	margin: 8px 0;
}

.m3l .tool {
	text-align: center;
	font-size: 14px;
	color: #999;
}

.head-sub {
	color: #003F7C;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.list-txt {
	margin-bottom: 30px;
}

.list-txt li, .list-rank li {
	font-size: 14px;
	color: #666;
	line-height: 18px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-txt li a:hover, .list-rank li a:hover {
	color: #0097D3;
}

.list-rank li span {
	display: none;
}

.list-rank li em {
	display: inline-block;
	width: 15px;
	color: #cc0000;	/* font-weight: bold; */
}

.pages {
	text-align: center;
}

.pages a {
	font-size: 14px;
	color: #999;
	border: 1px solid #ccc;
	padding: 2px 0;
	margin: 0 5px;
}

.pages strong {
	color: #fff;
	background-color: #003F7C;
	padding: 2px 0;
}

.pages cite {
	font-size: 14px;
	color: #999;
	margin: 0 3px;
}

.pages .pages_inp {
	width: 60px;
	border: 1px solid #ccc;
	color: #888;
	padding: 5px 5px;
}

.pages .pages_btn {
	border: none;
	background-color: #003F7C;
	color: #fff;
	padding: 5px 10px;
}

.s-title span:first-child {
	font-size: 20px;
	color: #333;
	margin-right: 20px;
	display: block;
}

.s-title span:last-child {
	color: #aaa;
	display: block;
	margin-top: 10px;
}

.s-title {
	margin-bottom: 10px;
}

.s-intro {
	display: block;
	color: #666;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.search-ul li a {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
}

.search-ul li img {
	width: 200px;
	height: 150px;
}

.ttt {
	width: 985px;
}

/* 详情 */
.show-a {
	display: flex;
	justify-content: space-between;
}

.show-a .img {
	width: 550px;
	height: 300px;
}

.img .swiper-container {
	width: 100%;
	height: 100%;
}

.img img {
	width: 100%;
	height: 100%;
}

.show-a .msg {
	width: 630px;
}

.show-a h2 {
	font-size: 26px;
	margin-bottom: 15px;
	color: #333;
}

.show-a .t {
	color: #999;
	font-size: 14px;
}

.t .s {
	margin-right: 20px;
}

.s span {
	color: #003F7C;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
}

.msg .month {
	font-weight: bold;
	font-size: 18px;
	color: #555;
	margin: 25px 0 15px;
}

.msg .price {
	font-size: 18px;
	color: #ee0000;
}

.msg .price span {
	font-size: 14px;
	color: #aaa;
	margin-left: 15px;
}

.msg .act a {
	background-color: #0097D3;
	color: #fff;
	display: inline-block;
	padding: 10px 6px;
	border-radius: 4px;
	margin-right: 10px;
}

.act {
	margin-top: 50px;
}

.msg .act a:hover {
	background-color: #007cad;
}

.show-b {
	margin-top: 30px;
}

.class-a {
	margin-bottom: 15px;
}

.show-b .class-a a {
	font-size: 18px;
	padding: 10px 20px;
	display: inline-block;
	color: #aaa;
}

.show-b .class-a a:hover {
	color: #0097D3;
}

.show-b .class-a .c-click {
	border-bottom: 2px solid #0097D3;
	color: #0097D3;
}

.class-b p {
	color: #555;
	line-height: 22px;
	margin-bottom: 10px;
}

.class-b ul {
	background-color: #f0f0f0;
	border-radius: 4px;	/* width: 800px; */
	padding: 5px 0;
	border: 1px solid #ddd;
}

.class-b li {
	line-height: 35px;
	padding: 0 20px;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}

.class-b li:last-child {
	border-bottom: none;
}

.class-b a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.class-b a button {
	border: none;
	background-color: #0097D3;
	color: #fff;
	border-radius: 20px;
	padding: 5px 12px;
}

.t2 {
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #333;
}

.tb {
	margin: 0 auto;
}

.tb td {
	padding: 10px;
}

.tl {
	color: #666;
	text-align: right;
}

.tr {
	color: #555;
	font-weight: bold;
}

/* .tr #bank{
line-height: 20px;
border: 1px solid #aaa;
} */
.btn_g, .btn {
	background-color: #205098;
	color: #fff;
	border: none !important;
	font-size: 14px;
	padding: 5px 10px;
}

.pc-play {
	display: flex;
	min-width: 1200px;
	justify-content: space-between;
	background-color: #000;
}

.pc-play .player {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.player video {
	max-width: 100%;
	max-height: 100%;
}

.pc-play .pc-buy {
	width: 28%;
	background-color: #333333;
	overflow-y: scroll;
}

.pc-buy div {
	margin: 20px;
}

.pc-buy div:hover {
	background-color: #555;
}

.pc-buy .pc-click {
	background-color: #0091de;
}

.pc-buy .pc-click:hover {
	background-color: #0091de;
}

.pc-buy div a {
	display: flex;
}

.pc-buy ul {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pc-buy ul p {
	color: #fff;
}

.pc-buy ul span {
	color: #ccc;
	font-size: 12px;
}

.ui-ico-time, .ui-ico-play {
	font-size: 14px;
	color: #999;
	margin-right: 10px;
}

.ui-ico-time .iconfont, .ui-ico-play .iconfont {
	margin-right: 5px;
}

.login_main{
  margin-left:auto;
  margin-right:auto;
  width:1160px;
  height: 615px;
  border:1px solid #d8d8d8;
  padding:20px;
  background:#fff;
  margin-top: 10px;
}
.login_main .login_left{
  float:left;
  width:750px;
  padding:20px 60px;
  border-right:1px solid #d8d8d8;
}
.login_main .login_right{
  float:right;
  width:230px;
    font-size: 14px;
}
.register_but {
    display: block;
    width: 100px;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #0097d3;
    border: none;
}
.login_main .title{
  height:45px;
  line-height:45px;
  font-size:18px;
  border-bottom:1px solid #ccc;
}
.login_main .login_right {
    margin-left: 50px;
}
.logintable{
  font-size:14px;
}
.logintable th{
  width:90px;
  padding:10px 5px;
  text-align:right;
}
.logintable td{
  padding:10px 5px;
}
.logintable td .inp01{
  width:200px;
  height:30px;
  border:1px solid #e9e9e9
}
.logintable td .inp02{
  width:100px;
  height:30px;
  border:1px solid #e9e9e9
}
.logintable .login_but{
  width:100px;
  font-size:16px;
  font-weight:bold;
  padding:8px 0;
  text-align:center;
  color:#fff;
  background:#0097d3;
  border:none;
}
.reg_tab {
    width: 350px;
    margin-top: 20px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
}
.clearfix {
    display: block;
}
.mt20 {
    margin-top: 20px;
}
.reg_tab li.here {
    height: 34px;
    background: #fff;
    font-weight: bold;
    border-top: 2px solid #73a204;
}
.reg_tab li {
    float: left;
    width: 100px;
    height: 34px;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    background: #f5f5f5;
    cursor: pointer;
}
.reg_tab li {
    width: 115px !important;
}
.reg-tb {
    width: 700px;
    margin: 0 auto;
}
.detail{
    border: 1px solid #e9e9e9;
    border-top: none;
    /*padding: 10px;
    margin-left: 20px;*/
    margin: 0;
}
.detail .titlebar {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 10px;
    margin: 10px auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xq {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: solid 1px #e3e3e3;
    padding: 5px 10px;
    box-sizing: border-box;
}
.xq .part {
    display: flex;
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
    color: #666;
    border-bottom: dashed 1px #E3E3E3;
}
.xq .part span {
    display: flex;
    width: 225px;
}
.titlebar .title{
    /*height: 70px;
    line-height: 60px;*/
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #eee;
    color: #000;

}
.login-main ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.login-main li {
	padding: 20px 0;
	flex: 1;
	text-align: center;
	border-bottom: 2px solid #e9e9e9;
}

.login-main .on {
	font-weight: bold;
	border-bottom: 2px solid #0091DE;
}

.login-msg {
	margin: 15px 0;
}

.login-msg input {
	width: 96%;
	padding: 0 2%;
	line-height: 40px;
	border: 1px solid #eee;
	outline: none;
}

.login-py {
	display: flex;
	align-items: center;
}

.login-py input {
	width: 55%;
	padding: 0 2%;
	line-height: 40px;
	border: 1px solid #eee;
	margin-right: 20px;
	outline: none;
}

.login-msg .b {
	display: block;
	background-color: #2EB529;
	color: #fff;
	line-height: 40px;
	border-radius: 4px;
	width: 100%;
	text-align: center;
}

.login-body {
	padding: 20px 30px;
}

.login-body .input-user, .login-body .input-pass {
	width: 96%;
	padding: 0 2%;
	line-height: 40px;
	border: 1px solid #eee;
	background-color: #fff;
	margin-bottom: 25px;
}

.login-body .login-btn {
	width: 100%;
	background-color: #0091DE;
	color: #fff;
	line-height: 40px;
	margin-bottom: 25px;
	border: none;
	border-radius: 5px;
}

.login-main .f_gray {
	text-align: center;
	color: #666;
	font-size: 14px;
}

.login-main .f_gray a {
	color: #0091DE;
}

.reg-main {
	width: 1200px;
	margin: 0 auto;
}

.reg-step ul {
	width: 100%;
	display: flex;
}

.reg-step li {
	border-bottom: 2px solid #ddd;
	text-align: center;
	flex: 1;
	line-height: 60px;
	font-weight: bold;
	font-size: 18px;
	color: #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}

.reg-step li i {
	background-color: #ccc;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	line-height: 25px;
}

.reg-step .on {
	border-bottom: 2px solid #0091DE;
	color: #000;
}

.reg-step .on i {
	background-color: #0091DE;
}

.reg-tb {
	margin: 0 auto;
}

.reg-tb td {
	padding: 0 10px;
}

.reg-tb .f_red {
	color: #ff0000;
}

.input-user, .input-pass, .input-pass {
	line-height: 40px;
	border: 1px solid #E4E4E4;
	padding: 0 10px;
	width: 100%;
}

.reg-tb .input-question, .reg-tb .input-captcha {
	line-height: 40px;
	border: 1px solid #E4E4E4;
	padding: 0 10px;
}

.reg-tb .tr {
	width: 290px;
	display: flex;
	align-items: center;
}

.reg-tb .tl {
	width: 130px;
}

.reg-tb .tt {
	width: 300px;
	line-height: 20px;	/* padding: 0; */
	height: 60px;
}

.reg-tb .tr a {
	font-weight: normal;
	font-size: 14px;
}

.reg-btn {
	width: 100%;
	background-color: #0091DE;
	color: #fff;
	border-radius: 5px;
	border: none;
	line-height: 40px;
}

.tt .tips {
	font-size: 12px;
	line-height: 20px;
}
.assess_banner {
    background: url(/static/images/pg.jpg) no-repeat center 0;
    position: relative;
    height: 500px;
}
.assessbox {
    padding: 0 30px 30px 15px;
    width: 370px;
    background: #fff;
    position: absolute;
    left: 47%;
    top: 20px;
}
.assessbox .form_title {
    border-bottom: 1px solid #e1e1e1;
    color: #4f4f4f;
    height: 55px;
    margin: 0 0 43px 0;
    position: relative;
    text-align: center;
    width: 370px;
}
.assessbox .form_title span {
    background: none repeat scroll 0 0 #fff;
    bottom: -13px;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 24px;
    left: 50%;
    margin-left: -107px;
    position: absolute;
    text-align: center;
    width: 215px;
}
.sell_table th {
    width: 80px;
    padding: 10px 5px;
    text-align: right;
    font-size: 14px;
}
.sell_table td {
    padding: 5px 10px;
    text-align: left;
}
.sell_table input[type="text"] {
    padding: 3px;
    border: 1px solid #d8d8d8;
    font-size: 12px;

}
.sell_but02{
	    width: 92%;
    font-size: 16px;
    font-family: 微软雅黑;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    background: #0097d3;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.clearfix {
    display: flex;
    line-height: 40px;
    flex-wrap: wrap;
}
.main {
    width: 1200px;
    margin: 20px auto;
    color: #666666;
    font-size: 14px;
}
.clearfix div {
    width: 100%;
}
.commonbox05 h3 {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    border-bottom: 2px solid #e9e9e9;
}
.clearfix {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.commonbox05 h3 span {
    float: left;
    display: block;
    border-bottom: 2px solid#0097d3;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.listtable01 {
    border: 1px solid #e9e9e9;
}
.listtable01 th {
    background: #f5f5f5;
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.sell_table select {
    padding: 2px;
    width: 90px;
    border: 1px solid #d8d8d8;
    font-size: 12px;
}
.gray, a.grayA {
    color: gray;
}
element.style {
    color: #73a204!important;
}

.car-item p{
    font-size: 12px;
    color: #8f8f94;
    margin-bottom: 10px;
    line-height: 15px;
}